@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 22px;
	font-family: Arial, "微软雅黑";
	-webkit-text-size-adjust: none;
	background: #fff;
	overflow-x: hidden;
}
* {
	padding: 0;
	margin: 0;
	font-family: Arial, "微软雅黑";
}
ul li {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
input {
	border: none;
	background: none;
}
input, textarea {
	font-family: Arial, "微软雅黑";
	outline: 0;
	font-size: 14px;
	-webkit-appearance: none;
}
.clear,.cl {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
#header {
	width: 100%;
	position: fixed;
	/*height: 80px;*/
	top: 0px;
	padding-top: 0px;
	z-index: 999999;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
#header .content {
	max-width: 1180px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
}
#header #logo {
	display: inline-block;
	overflow: hidden;
	margin: 10px auto;
}


/*导航*/
.nav {
	float: right;
	margin-bottom: 0;
}
.nav li, .nav li ul li {
	width: auto;
	padding: 0;
	position: relative;
	float: left;
}
.nav > li.navitem > a {
	overflow:hidden;
	color: #555;
	display: block;
	position: relative;
	padding: 0px;
	width: 100px;
	text-align: center;
	height: 80px;
	line-height: 80px;
	transition: all ease-out .3s;
}
.nav li a::after {
	content: '';
	display: block;
	margin-top: -2px;
	width: calc(100% - 100px);
	height: 2px;
	bottom:0;
	left:50px;
	z-index: -1;
	position: absolute;
	background: transparent;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	opacity: 0;
}
.nav li a.on::after, .nav li a.on2::after, .nav li a:hover::after {
	background: #009944;	
	width: 100%;
	opacity: 1;
	left:0;
}
.nav li a.on, .nav li a.on2, .nav li a:hover {
	color: #009944;
	background: transparent;
	/*border-radius: 30px;*/
	text-decoration: none;
}
.nav li.navitem>a:hover span {
    -webkit-transform: translate3d(-5px, -100%, 0);
    transform: translate3d(-5px, -100%, 0);
}
.nav li span {
    padding: 0;font-size: 15px;
    box-sizing: border-box;
}
.nav li.navitem>a:hover span:before {
   color: #009944;
}
.nav li.navitem span:before {
    transition: all 0.6s ease;
}

.nav li.navitem span:before {
    content: attr(data-title);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
}
.nav li span {
    position: relative;
    width: 100%;
    height: 100%;
	padding-left:15px;
    display: block;
	text-align:left;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
}
.nav li a i {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 1rem;
	color:#999;
    transition: all 0.6s ease;
}
.nav > li > a > i{
	right: 10px;
	top: 32px;}
.nav li ul {
	display:none;
    position: absolute;
    z-index: 9999;       
}.nav li:hover ul.nav_sub {
	}
.nav li ul li{float:none;display:block;position:relative;line-height:20px;_display:inline;    border-bottom: 1px solid rgba(0, 0, 0, .08);
    transition: all 0.6s ease;}
.nav li ul.nav_sub li .s{position:absolute;top:0;left:230px;border-left:1px solid transparent;}
.nav li.navitem ul li .s li{float:none;}
.nav li ul li a{    
text-align:left;
	padding: 10px 15px;
    width: 220px;
    height: 20px;
    line-height: 20px;
    background: #f5f5f5;
    display: block;
    color: #666;
    font-size: 14px;
	box-sizing:content-box;
    transition: all 0.6s ease;}
.nav .t,.nav .t:hover{background:url(../images/nav_ico.gif) no-repeat 120px center #f5f5f5}
.nav li ul li a:hover,.nav li ul li a.on,.nav .t:hover{color:#fff;background:#009944;}
.nav li ul li a:hover i,.nav li ul li a.on i,.nav .t:hover i{color:#fff;}






/*焦点图*/
.mslider{margin-top:80px;}




.content .header {
	position: relative;
	z-index: 10;
	max-width: 1180px;
	padding: 60px 0 30px;
	text-align: left;
	margin: 0 auto;
}
.content.fw .header {
	padding-top: 0px;
}
.content .header p {
	text-align: center;
}
.content .header p.title {
	color: #484848;
	padding: 0;
	margin: 0;
	font-size: 24px;
	display: inline-block;
}
.content .header p.subtitle, .news .header p.subtitle {
	color: #aaaaaa;
	font-size: 12px;
	line-height: 18px;
	display: inline-block;
	margin: 0 auto;
}
/*首页产品中心*/
.pclass {
	background-color: #fff;
	position: relative;
	padding-bottom: 60px;
	display: block;
	/*overflow: hidden;*/
}
.pclass .c_more,#news .c_more{    top: 60px;}
/*.bx-viewport li::before {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    left: 10px;
}*/
.projectitem a {
    display: block;
    overflow: hidden;
}.projectitem a img {
    vertical-align: middle;
    margin: auto;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}.projectitem a .project_info {
    width: 100%;
    height: 100%;
	margin-top:-30px;
    background: rgba(0,0,0,0);
    /*position: absolute;
    left: 0;
    top: 0;*/
    transition: all ease-out .3s;
}.projectitem a .project_info div {
    height: 115px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    position:relative;
    /*bottom: 0px;
    top: auto;*/
    width: 100%;
    /*background: #fff;*/
}.projectitem a .project_info div::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    left: 0;
    transition: all ease-out .3s;
}
.projectitem a .project_info .title {
	background: rgba(0,0,0,0.5);
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 24px;
    margin: 0px 0 5px;
    padding:5px 10px;
    width: auto;
    text-align: center;
    transition: all ease-out .3s;
}.projectitem:hover a .project_info .title{color:#fff;background: #009944}
.projectitem a .project_info .description {
    color: #999;white-space: normal;
    display: block;
    height: 40px;
    line-height: 21px;overflow:hidden; 

text-overflow:ellipsis;

display:-webkit-box; 

-webkit-box-orient:vertical;

-webkit-line-clamp:2; 
    margin: 0px;
    padding: 0 10px;
    width: auto;
    text-align: left;
    font-size: 13px;
    transition: all ease-out .3s;
}
.projectitem:hover a .project_info .description {color:#666;}
/*.projectitem a .project_info div::after {
    content: '详情';
    width: 37px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    right: 2px;
    background: transparent url(http://resources.jsmo.xin/templates/upload/302/201606/icon.png) no-repeat -20px -66px;
    transition: all 0.3s ease-out 0s;
    margin-top: -11px;
    border-left: 1px solid rgba(0, 0, 0, .1);
}*/.projectitem:hover a .project_info div::before {
    border-bottom: 1px solid #009944;
}.projectitem a:hover img {
    transform: scale(1.08, 1.08);
}/*.projectitem:hover a .project_info div:after {
    background: url(http://resources.jsmo.xin/templates/upload/302/201606/icon.png) no-repeat 16px -66px;
    border-left: 1px solid rgba(0, 0, 0, .1);
}*/
.project_img{
    max-width: 100%;
    max-height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;    position: relative;}

/*首页公司简介*/

#about {
	background-color: #fff;
	background-attachment: fixed;
	width: 100%;
	height: auto;
	padding: 60px 0 0;
	position: relative;
}
#about::after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #4065b4;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	transition: all 0.36s ease;
}
#about .content {
	margin: 0 auto;
}
#about .content .header p.title, #about .content .header p.subtitle {
	color: #fff;
}
#about .header {
	padding-top: 0;
}
.showservice {
	max-width: 1180px;
	margin: 0 auto;
	height: auto;
	z-index: 10;
	/*overflow:hidden;*/
	position: relative
}
.showservice .show_bot {
	height: auto;
	/*overflow: hidden;*/
	max-width: 1180px;
	margin: 0 auto;
	padding:0;
}
.show_bot .a_text {
	padding:0;
	font-size:14px;
	text-align: left;
	line-height: 24px;
	padding-right:50px;
	color: rgba(255,255,255,.8);
}
.show_bot .a_text span {
	display: block;
	font-size: 20px;
	color: #fff;
	margin-bottom: 35px;
}
.show_bot .a_img {
	text-align: right;
	padding: 0;
	margin-top:-40px;
}
.show_bot .a_img img {
	display: inline-block;
	border: 6px solid #fff;
}
.btn-info i {
	margin-top: 5px;
}
.zz_list {
	max-width: 1180px;
	margin: 60px auto 0;
	text-align: center;
	border: 1px solid #e4eaf0;
	background: #fff;
	display: block;
	overflow: hidden;
	padding: 40px 0;
	position: relative;
	z-index: 9;
	display:none;
}
.zz_list li {
	padding: 0 35px;
	font-size: 13px;
	color: #888888;
	text-align: center;
}
.zz_list li::after {
	content: '';
	width: 1px;
	height: 80%;
	background: #e4eaf0;
	position: absolute;
	right: 0px;
	bottom: 10%;
	z-index: -9999;
	transition: all 0.36s ease;
}
.zz_list li:last-child::after {
	background: none;
}
.btn {
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
}
.zz_list li span {
	display: block;
	margin-top: 30px;
}
.zz_list li img {
	display: inline-block;
	margin: 0 auto;
}

/*数据*/
.module_container {
	margin-top:60px;
    background-color: #395daa;
	position: relative;
	z-index:999;
}
.container_content{
	max-width:1180px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	}
.module_container .content_list {
    width: 100%;
    top: 0%;
    left: 0%;
    -webkit-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    padding: 30px 0;
	display:block;
	overflow:hidden
}
.module_container .content_list li {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
}
.module_container .content_list li p {
	font-size:14px;
	margin:0;
}
.module_container .content_list li p.number .counterDX {
    font-size: 36px;
    font-family: "HelveticaNeueLTPro-ThEx";
    text-align: center;
    margin-top: 15px;
    line-height: 45px;
    vertical-align: top;
	color:#fff;
}
.module_container .content_list li p.number .unit {
    position: relative;
    top: 1px;
    left: 3px;
    font-size: 18px;
    vertical-align: top;
	color:#fff;
}
.module_container .content_list li .title {
    color:rgba(255,255,255,0.50);
    font-size: 14px;
    line-height: 15px;
}
.module_container .content_list li:not(:last-child):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 45px;
    background-color: rgba(170,170,170,.2);
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



/*首页工程案例*/
#case {
	background-color: #fff;
	background-repeat-y: repeat;
	background-attachment: fixed;
	overflow: hidden;
	padding-bottom: 60px;
	padding-top:55px;
	position: relative;
	height: auto
}
.panel.panel-default {
	max-width: 1180px;
	margin: 0 auto;
}
#case .content .header {
	padding-top: 0;
	position: relative;
}
.pro_info dd,.case_bot dd {
	line-height: 50px;height: 50px;
	margin-top: 0px;
	transition: all .3s ease-out 0s;/*background:#829ec7;*/
	color: #484848;
	text-decoration: none;
	position: relative;
	text-align:center;
	overflow: hidden
}
.item .pro_img {
	position: relative;
	padding: 0 10px;
}
.item .pro_img dl {
	margin-bottom: 0;
}
.item .row {
	margin-right: -10px;
	margin-left: -10px;
}
.proitem_img {
	position: relative;
}
.pro_img a .proitem_img::before, .n_img::before, .team_img a .proitem_img::before, .newstitem .item_img::before {
	content: "";
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	border: 1px solid transparent;
	z-index: 9;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
}
.pro_img.s a::before{
	position: absolute;
	content: "";
	width: calc(100% - 40px);
	height: calc(100% - 55px);
	margin-top: 10px;
	margin-left: 20px;
	z-index: 10;
	border: 1px solid transparent;
	text-decoration: none;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.proitem_imgs .pri_img::before {
	position: absolute;
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	margin-top: 0px;
	margin-left: 0px;
	z-index: 10;
	border: 1px solid transparent;
	text-decoration: none;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pro_img:hover a .proitem_img::before,.pro_img:hover a .proitem_imgs .pri_img::before, .mainbody .cm_content:hover a .n_img::before, .team_img:hover a .proitem_img::before, .newstitem:hover .item_img::before {
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	border-color: rgba(200,200,200,.6)
}
.pro_img:hover dd {
	color: #1550a2;
	height: 50px;
	text-decoration: none;
	padding-left: 10px;
}
.pro_img .proitem_img, .team_img .proitem_img {
	max-width: 100%;
	max-height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
*display:block;
*font-size:70px;
*font-family:Arial;
	overflow: hidden;
}
.pro_img .proitem_img img, .team_img .proitem_img img {
	vertical-align: middle;
	margin: auto;
	transition: all ease-out .4s
}
.pro_img a dt img{
	transition: all ease-out .4s}
.pro_img:hover a dt img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}
.pro_info dd::after,.case_bot dd::after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 1px;
	width: 100%;
	background: rgba(0,0,0,0.10);
	z-index: 9;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
}
.pro_img:hover dd::after {
	background: #1550a2;
	height: 5px;
}
.c_more {
	position: absolute;
	right: 0;
	top: 3px;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 362px;
	color: #fff;
	background: #666666;
	text-align: center;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
}
.c_more:hover {
	color: #fff;
	background: #009944
}
.c_more .fa{margin-top:10px;}

/*首页新闻资讯*/
#news {
	background: #f4f4f4 url(../../images/news_bg.jpg) center center no-repeat;
	padding-bottom: 30px;
	overflow: hidden;
	position: relative;
	height: auto;
}
#news .cm_content {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}
#news .cm_content:nth-child(2n){
	padding-right:0;padding-left:20px;
	}
#news .cm_content:nth-child(2n-1){
	padding-right:20px;padding-left:0px;
	}
.news_list .n_img {
	position: relative;
	width: auto;
	overflow: hidden;
	float: left;
}
.news_list .n_img img{width:240px;height:160px;}
.news_list .n_text {
	float: right;
	padding: 10px 0px 0px 30px;
	width: calc(100% - 240px);
	box-sizing: border-box;
	position:relative;
	transition: all .3s ease 0s;
}
.news_list .n_text::before{
	content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    left: 30px;top: 68px;
}
.news_list .n_text h3,.hc_list h3{
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_list .n_text .nt_date {
	font-size: 14px;
	color: #999;
}
.news_list .n_text .nt_description {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 13px;
	color: #666;
	line-height: 22px;
	margin:40px 0 0;
	height:66px;
}


.text-right, .text-left {
	position: absolute;
	top: -150px
}
.text-left {
	right: -50px;
	text-align: right
}
.text-right {
	left: -50px;
	text-align: left
}


/*首页联系我们*/
#contacts{padding-bottom:60px;padding-top:60px;}
#contacts .content .header{padding-top:0;}
.con_content {}
#contacts .ff_title{display:block;font-size:16px;padding-left: 10px;padding-bottom:30px;}
.conc_text{color:#666;line-height:30px;}
.conc_call{font-size:30px;color:#009944;font-weight:bold;}
.conc_call span{display:block;color:#999999;font-size:13px;font-weight:normal}
.wpa-container {
    text-align: center;
    margin-top: 10px;
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
	font-weight:normal;
    background: #42a968;
    color: #fff;
    border-color: #42a968;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
}
.wpa-container:hover {
	color:#fff;
	background: #319355;
	border-color: #319355;
}.wpa-container span {
    color: #fff;
	margin-right:10px;
    font-size: 16px;
    display: inline-block;
    padding-bottom: 0;
    line-height: 40px;
    font-weight: normal;
}.icon-qq i {
	margin-top:-2px;
    font-size: 1.8rem;
    vertical-align: middle;
}

/*底部*/
.footer{background:#395daa;padding:15px 0;}
.f_copyright{color:rgba(255,255,255,0.60);font-size:12px;}


/*在线客服*/
*html {
	background-image: url(about:blank);
	background-attachment: fixed;
}
.kf_r {
	position: fixed;
	right: 10px;
	z-index: 9999;
	width: 60px;
	bottom:175px;
}
.kf_r li {
	float: right;
}
.kf_r li a,.gotop {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 3px;
	background: rgba(0,160,218,0.6);
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
	line-height: 1;
	text-decoration: none;
	transition: all 0.5s;
}
.kf_r li#gotop a,.gotop{
	background: rgba(0,0,0,0.6);
	transition: all 0.5s;
	}
.kf_r li a:hover,.kf_r li#gotop a:hover,.gotop:hover {
	background: #080059;
}
.kf_r li.kf01,.gotop  {
	-webkit-animation: rotateInDownRight 1.5s 0.0s ease both;
	-moz-animation: rotateInDownRight 1.5s 0.0s ease both;
}
.kf_r li.kf02 {
	-webkit-animation: rotateInDownRight 1.5s 0.3s ease both;
	-moz-animation: rotateInDownRight 1.5s 0.3s ease both;
}
.kf_r li.kf03{
	-webkit-animation: rotateInDownRight 1.5s 0.6s ease both;
	-moz-animation: rotateInDownRight 1.5s 0.6s ease both;
}
.kf_r .fa,.gotop .fa {
	color: #fff;
	font-size: 2.6rem;
	display: inline-block;
	width: 30px;
	/*height: 28px;*/
	padding: 6px 0 4px;
	transition: all 0.5s;
}
.kf_r p {
	color: #fff;
	margin:0
}
.kf_r li.kf02 a {
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
}
.kf_r li.kf02 .hides {
	width: 220px;
	height: 60px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #080059;
	padding: 0 15px;
	text-align: left;
	display: none;
}
.kf_r li.kf02 .hides i {
	position: absolute;
	right: 10px;
	font-size: 3.2rem;
	top: 5px;
	transform: rotate(-45deg);
}
.kf_r li.kf02 .hides h2 {
	font-size: 2.0rem;
	color: #fff;
	line-height: 1;
	padding: 5px 0 0 0;
	margin: 0;
	text-align: left;
}
.kf_r li.kf02 .hides p {
	font-size: 1.4rem;
	color: #fff;
	line-height: 1;
	padding-top: 10px;
	text-align: left;
	margin-bottom:0
}
.kf_r li.kf02 a:hover .shows {
	display: none;
}
.kf_r li.kf02 a:hover .hides {
	display: block;
}
.kf_r li.kf02 a:hover {
	width: 220px;
}
.kf_r li.kf03 a,.gotop {
	position: relative;
	transition: all 0.5s;
}
.kf_r li.kf03 a:hover,.gotop:hover {
	background: #080059;
	color: #fff;
}
.kf_r li.kf03 .img img {
	width: 108px;
	height: 108px; /*display: block;*/
}
.kf_r li.kf03 .img p {
	font-size: 1.4rem;
	color: #fff;
	margin-top: 8px;
	letter-spacing: 1px;
	padding: 0;
}
.kf_r li.kf03 .img {
	padding: 15px;
	border-radius: 5px;
	background: #080059;
	position: absolute;
	left: 180px;
	top: -105px;
}
.kf_r li.kf03 .img:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-top: 12px solid #080059;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	position: absolute;
	bottom: 25px;
	right: -15px;
	transform: rotate(-93deg);
}
.kf_r li.kf03 a:hover .img {
	left: -155px;
	transition: left 0.5s;
}

/*更多*/

.more {
	width: 130px;
	height: 35px;
	color: transparent;
	position: relative;
	overflow: hidden;
	display: block;
	text-indent: 150px;
	margin: 40px auto 0;
	transition: all ease-out .3s;
}
a.more::after, a.more::before {
	content: '';
	border-radius: inherit;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
}
a.more::before {
	background: #009944;
	webkit-transform: scale3d(0, 0, 1);
	transform: scale3d(0, 0, 1);
}
a.more:hover::before {
	border: 1px solid rgba(0,0,0,0);
	webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
a.more::after {
	border: 1px solid rgba(0,0,0,0.10);
}
a.more:hover:after {
	webkit-transform: scale3d(0, 0, 1);
	transform: scale3d(0, 0, 1);
	background-color: transparent;
}
a.more i {
	text-indent: -10px;
	font-size: 16px;
	display: block;
	content: '';
	width: 34px;
	height: 14px;
	display: block;
	color: #999999;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	transition: all ease-out .3s;
}
a.more:hover i {
	color: #fff;
}
.show_bot a.more::after {
	border: 1px solid rgba(255,255,255,0.30);
}
.show_bot a.more::before {
	background: #fff;
}
.show_bot a.more i {
	color: rgba(255,255,255,0.80);
}
.show_bot a.more:hover i {
	color: #009944;
}



/*内页*/

.subbanner {
	display: block;
	overflow: hidden;
	height: 320px;
	margin-top:80px;
}
.subbanner .mslider {
	width: 100%;
	max-height: 630px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top:0;
}
/*.banner {
	position: fixed;width: calc(100% - 180px);
}*/
.carousel-inner>.item.active {
	background-position: center top;
	background-repeat: no-repeat;
	max-height: 630px;
}
.subbanner .carousel-inner>.item.active {
	max-height: 320px;
}



.subBody {
	width: 100%;
	background: #f5f5f5;
	padding: 40px 0;
	position:relative;
}
.subBody .OneOfTwo {
	width: 20%;
	float: left;
}
.subBody .TwoOfTwo {
	width: 78%;
	float: right;
}
.subBody .subTitle {
	margin: 10px 0px 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	text-align: right;
	height: 40px;
	line-height: 40px;
	color: #666666
}
.subBody .subTitle .catname {
	font-size: 16px;
	font-weight: bold;
	float: left;
	font-family: "微软雅黑";
	color: #000;
	background: none;
	line-height: 40px;
	padding: 0
}
.subBody .subTitle .shopcart {
	background: url(../images/shopcart_ico.gif) no-repeat 0 center;
	padding-left: 20px;
}
.subBody .subTitle a {
	color: #666;
}
.subBody .subTitle span {
	color: #999;
	background: url(../../images/lmk_list_ico02.png) left center no-repeat;
	padding-left: 20px;
	font-size: 12px;
}
.subBody .subTitle a.goback {
	float: left;
	margin-left: 10px;
}
.catname {
	font-size: 22px;
	line-height: 24px;
	text-align: center;
	color: #40434c;
	display: block;
	padding-bottom: 30px;
}
.side {
	max-width: 1180px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.side .row{margin:auto 0}

/*内页左侧*/

.sl_nav {
	overflow: hidden;
	margin: 0 auto;
	border-bottom: 3px solid #d3ecde;
	background: #fff;
}
.sl_nav .sln_title {
	background:#009944;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 20px;
	display: block;
	padding-left: 20px;
}
.sl_nav > ul {
	padding: 6px;
}
.sl_nav > ul > li {
	position: relative;
	background:#f5f5f5;
	border-top: 1px solid #e9e9e9;
}
.sl_nav > ul > li > a{padding-left: 10px;}
.sl_nav li:first-child {
	border-top:none;
}
.sl_nav a {
	height: 42px;
	margin-bottom: 0px;
	/*background: #fff;*/
	line-height: 42px;
	display: block;
	font-size: 14px;
	text-align: left;
	/*padding-left: 10px;*/
	position: relative;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	padding-right:15px;
	transition: all ease-out .3s;
}
.sl_nav a.on, .sl_nav a:hover {
	color: #009944;
	text-decoration: none;
}
.sl_nav a strong::after {
	width: 11px;
	height: 11px;
	position: absolute;
	content: "";
	top: 15px;
	right: 10px;
	transition: all ease-out .1s;
	background:url(../../images/lmk_list_ico01.png) -11px center no-repeat;
}
.sl_nav a:hover strong::after, .sl_nav a.on strong::after, .sl_nav a.on:hover strong::after {
	width: 11px;
	height: 11px;
	background: url(../../images/lmk_list_ico01.png) 0px center no-repeat;
}
.sl_nav .sln_line {
	width: 3px;
	height: 0px;
	background: #b90504;
	transition: all ease-out .3s;
	position: absolute;
	left: 0;
	top: 0;
}
.sl_nav a:hover .sln_line, .sl_nav a.on .sln_line {
	height: 40px;
}
.lnav_sec{background:#fff;padding:0 10px;}
.lnav_sec a{padding-left:0px;height:36px;line-height:36px;font-size:13px;}
.lnav_sec li{border-bottom:1px solid #f5f5f5;}
.lnav_sec li:last-child{border-bottom:none}
.lnav_sec li:first-child {
	border-top: none;
}
.contact.about {
	background: #4065b4;
	padding: 20px;
	margin-top: 10px;
	color: #fff;
	width: auto;
	overflow: hidden;
}

/*右侧*/
.subCont {
    line-height: 26px;
    color: #666;
    background: #fff;
    padding: 10px 40px 30px;
	overflow:hidden;
}
/*列表内容页*/
.listConts {
	line-height: 26px;
	color: #666;
	width: auto;
	display: block;
	overflow: hidden;
}
.listConts .title {
	margin-top: 0;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	color: #000;
}
.listConts .t_desc {
	color: #999;
	font-size: 12px;
	line-height: 22px;
}
.listConts .info {
	width: 100%;
	height: 27px;
	line-height: 28px;
	text-align: center;
	margin: 15px auto 50px;
	border: 1px dotted #ddd;
	border-left: none;
	border-right: none;
	color: #666;
}
.listConts .info small {
	margin-left: 8px;
	margin-right: 3px;
	color: #999;
	font-size: 12px;
}
.listConts .info .small, .info .big {
	font-family: Georgia;
	font-weight: bold;
	cursor: pointer;
}
.listConts .info .small {
	font-size: 10px;
	padding-right: 3px;
}
.listConts .info .big {
	color: #003ba6;
	padding-left: 3px;
}
.listConts .desc {
	margin: 20px auto 15px;
	padding: 5px 10px;
	line-height: 20px;
	border: 1px solid rgba(40,131,57,0.1);
	background-color: rgba(40,131,57,0.05);
}
.listConts .showimg {
	margin: 20px 0;
	text-align: center;
}
.listConts .showimg a img {
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0 auto;
}
.listConts .showimg a:hover img {
	border: 1px solid #F90;
	padding: 1px;
}
.listConts .conttitle {
	font-weight: bold;
	padding-bottom: 7px;
	margin-bottom: 7px;
	color: #2f2f2f;
	line-height: 24px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}
.listConts .author {
	text-align: right;
	color: #999;
}

/*产品*/
.side .pro_img {margin-bottom:20px;}
.pro_title {
    background: #009944;
    height: 42px;
    line-height: 42px;
    margin-top: 40px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
}

.pro_img.s {
	/*border-bottom: 1px solid #ddd;*/
	display: block;
	overflow: hidden;
}
.pro_img.s a::before{
	position: absolute;
	content: "";
	width: calc(100% - 40px);
	height: calc(100% - 55px);
	margin-top: 10px;
	margin-left: 20px;
	z-index: 10;
	border: 1px solid transparent;
	text-decoration: none;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
 .pro_info .pro_img.s.b dd::after, .pro_info .pro_img.s.c dd::after{
	width: calc(100% - 20px);
	left:10px;}
.pro_img.s dd {
	font-size: 12px;
	line-height: 21px;
	text-align: left;
	color: #999;
	height:100px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.pro_img.s dd.case{height:auto}
.pro_img.s:hover dd.case{padding-left:20px;}
.pro_img.s dd span {
	font-size: 14px;
	color: #555;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.listConts .pro_img.s dd {
	height:auto;}
.pro_img.s:hover span {
	color: #009944;
}
.pro_img.s {
	transition: all .36s ease;
	position: relative;
	padding: 15px 0 15px 0px;
}
.pro_img.s.c,.pro_img.s.c:hover{padding-left:0;padding-bottom:0px;}
.pro_img.s dl,.pro_img.s a{display:block;overflow:hidden;    margin-bottom: 0;}
.pro_img.s:hover {
	background: #f7f7f7;
	padding-left:10px;
}
.proitem_imgs .pri_img {
    overflow: hidden;
    position: relative;
}
.p_about{padding:0 10px 25px}


/*新闻栏目*/
#newslist {
}
#newslist .newstitem {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	height: 120px;
	position: relative;
	transition: all 0.2s ease-out 0s;
	width: 100%;
}
#newslist .newscontent {
	display: block;
	height: 120px;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	width: 100%;
	z-index: 1;
}
#newslist .newstitem:nth-child(2n-1) {
	background: rgba(0, 0, 0, 0.02);
}
#newslist .newsinfo {
	/*margin-left: 160px;*/
	width: 95%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
/*#newslist .newsdate {
    width: 180px;
}*/
#newslist .newsdate p {
	font-family: "HelveticaNeueLTPro-ThEx";
	margin-bottom:5px;
}
#newslist .newsinfo .md {
	color: #999;
	font-size: 36px;
	line-height: 36px;
	text-align: right;
}
#newslist .newsinfo .year {
	color: #999;
	font-size: 14px;
	text-align: right;
}
/*#newslist .newsbody {
    padding-left: 50px;
}*/
#newslist .newsbody .title {
	color: #484848;
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
#newslist .newsbody .description {
	color: #999;
	font-size: 14px;
	height: 42px;
	line-height: 22px;
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#newslist .newstitem i {
	color: rgba(217, 35, 23, .0);
	font-size: 36px;
	margin-top: 20px;
	text-indent: -30px;
	transition: all 0.3s ease-out 0s;
	float: left;
}
#newslist .newstitem:hover i {
	color: rgba(217, 35, 23, 1);
	font-size: 36px;
	margin-top: 20px;
	text-indent: 0;
}
#newslist .newstitem:hover .newsinfo {
	transform: translate3d(-30px, 0, 0);
	-webkit-transform: translate3d(-30px, 0, 0);
	-moz-transform: translate3d(-30px, 0, 0);
}
#newslist .newstitem:hover p {
	color: #666;
}
#newslist .newstitem:hover .title {
	color: #009944;
}
/*#newslist .newstitem:hover a {
    color: #288339;
}*/
#newslist .newstitem:hover {
	/*background: rgba(0, 0, 0, 0.03);*/
	box-shadow: 0 8px 25px rgba(0,0,0,.08);
}
#newslist .newsdate {
	width: 20%;
	margin-top:5px;
}
#newslist .newsbody {
	width: 65%;
	margin-left: 5%;
}
.n_list h3 {
	margin: 0;
	font-size: 18px;
	display: block;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.n_list li {
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
	position: relative;
}
.n_list li:hover {
	box-shadow: 0 0 60px -10px rgba(0,0,0,.1);
}
.n_list li::before {
	content: "";
	transition: all .36s ease;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -2px;
	width: 40%;
	border: 1px solid #009944;
	opacity: 0;
}
.n_list li:hover::before {
	width: 100%;
	opacity: 1;
}
.nli_wrapper {
	transition: all .36s ease;
	position: relative;
}
.n_list li:hover .nli_wrapper {
	margin-left: 20px;    margin-right: 20px;
}
.nlidate_wrap {
	color: #999;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	position: absolute;
	top: -4px;
	left: 2px;
}
.nli_info .title {
	position: relative;
	font-size: 14px;
	color: #333;
	padding-left: 76px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.nli_info .title::before {
	content: "";
	position: absolute;
	width: 15px;
	border-top: 1px solid #ccc;
	top: 10px;
	left: 50px;
}
.nlinli_des .description {
	color: #999;
    font-size: 13px;
    line-height: 22px;
	margin-bottom: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_left{display:block;overflow:hidden;margin-top:15px;background:#fff;padding-top:15px;}

/*留言栏目*/

.showservice .msg_input_on {
	color: #333
}
.showservice .msg_btn_area a {/*padding:16px 24px;*/
	border: 2px solid #288339;
}
.showservice .msg_btn_area a:hover {
	text-decoration: none;
	background: #fff;
	border: 2px solid #288339;
	color: #288339;
}
.italic {
	clear: both;
	padding-top: 40px;
	font-size: 12px;
	color: #8f8f8f;
	font-style: italic;
}
.italic #msgdemo2 {
	font-style: normal;
}
.msg_input.Validform_error {
	border: 1px solid #ffb9be;
	color: red;
}
.mes_list {
	margin-top: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	border-top: 1px solid #ddd;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
	background:url(../../images/list_tbg.jpg) left top repeat-x;
	font-family:"微软雅黑";
	padding-left:10px;
}
.fa-comments-o:before {
    content: "\f0e6";
}
.message_title .fa-user,.message_replay .fa-comments-o{font-size:1rem;margin-right:5px;color:#666;}
.message_replay .fa-comments-o{margin-right:10px;color:#999}

.msgtitle {
	display: block;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}

.msgtitle span {
	font-family: arial;
	color: #999;
	font-size: 12px;
	font-weight: normal;
}

.message_block {
	color: #666;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.message_block p {
	padding:0 10px;
}

.msg_input, .messageform .inputxt, .gray {
	width: 160px;
	border: 1px solid #e0e0e0;
	padding: 5px 10px;
	background: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
	/*-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);*/
	border-radius: 2px;
}
.messageform .inputxt.msg_input_on, .messageform .inputxt.Validform_error.msg_input_on, .msg_input_on {
	width: 160px;
	border: 1px solid #98cbeb;
	background: #f6fcff;
	padding: 5px 10px;
	/*-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);*/
	border-radius: 2px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
}
.messageform .inputxt.Validform_error {
	background: #ffeeef;
	border: 1px solid #ffb9be;
}
.message_labes {
	font-size: 14px;
}
.message_title {
    height: 34px;
    line-height: 34px;
    background: #fff;
    border: 1px solid #eee;
    border-bottom-width: 3px;
    padding: 0 12px;
}
.message_title h2 {
	color: #e60012;
	font-size: 14px;
	font-weight: normal;
	float: left;line-height: 34px;
	margin:0;
}
.message_title span {
	float: right;
	font-weight: bold;
	color: #999;
	font-family: arial;
}
.message_info {
	color: #999;
	text-align: right;
	font-family: arial;
	float: left;
	font-size: 14px;
	width: auto;
	margin-left: 20px
}
.message_replay {
	background: #f9f9f9;
	border:1px solid #ededed;
	padding:5px 10px;
	font-size:12px;
	width:96%;
	position:relative;
	margin:10px auto 0
}
.mr_top{background:url(../../mr_top.png) left top no-repeat;    position: absolute;
    width: 14px;
    height: 9px;
    left: 60px;
    top: -9px;
	}
.msg_btn_area {
	margin: 16px 0;
	text-align: left;
}

.msg_btn_area a {
	display: inline-block;
	padding: 5px 25px;
	background: #09F;
	color: #fff;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 14px;
	overflow: hidden;
	cursor: pointer;
	font-weight: bold;
	transition: all ease-out .3s;
}

.msg_btn_area a:hover {
	text-decoration: none;
	background: #F60
}

.msgflag {
	margin-left: 4px;
	font-size: 12px;
	color: #900;
}
.mb_right {
	float: right;
	width: 95%;
}
.mb_lc {
	font-size: 24px;
	font-family: arial;
	position: absolute;
	top: 10px;
	left: 10px;
}
/*==========以下部分是Validform必须的===========*/

textarea {
	overflow: auto;
	resize: none;
}
.Validform_checktip {
	color: #999999;
	font-size: 1.3rem;
	height: 20px;
	line-height: 20px;
	margin-left: 8px;
	overflow: hidden;
}
.Validform_right {
	background: url("http://validform.rjboy.cn/demo/images/right.png") no-repeat scroll left center transparent;
	color: #71B83D;
	padding-left: 20px;
}
.Validform_wrong {
	background: url("http://validform.rjboy.cn/demo/images/error.png") no-repeat scroll left center transparent;
	color: red;
	padding-left: 20px;
}
.Validform_loading {
	background: url("http://validform.rjboy.cn/demo/images/onLoad.gif") no-repeat scroll left center transparent;
	padding-left: 20px;
}
.Validform_error {
	background-color: #ffeeef;
}
#Validform_msg {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
	color: #7D8289;
	display: none;
	font: 12px/1.5 tahoma, arial, 宋体, sans-serif;
	position: absolute;
	right: 50px;
	top: 0;
	width: 280px;
	z-index: 99999;
}
#Validform_msg .iframe {
	left: 0;
	position: absolute;
	top: -1px;
	z-index: -1;
}
#Validform_msg .Validform_title {
	background: -moz-linear-gradient(center top, #999999, #666666 100%) repeat scroll 0 0 transparent;
	color: #FFFFFF;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding: 0 8px;
	position: relative;
	text-align: left;
}
#Validform_msg a.Validform_close:link, #Validform_msg a.Validform_close:visited {
	color: #FFFFFF;
	line-height: 22px;
	position: absolute;
	right: 8px;
	text-decoration: none;
	top: 0;
}
#Validform_msg a.Validform_close:hover {
	color: #CCCCCC;
}
#Validform_msg .Validform_info {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color #BBBBBB #BBBBBB;
	border-image: none;
	border-right: 1px solid #BBBBBB;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	padding: 8px;
	text-align: left;
}
.messageform .info {
	margin-left: 8px;
	border: 1px solid #ccc;
	padding: 1px 20px 1px 10px;
	background: #ffffff;
	color: #666;
	float: left;
	position: relative;
	display: none;
	line-height: 20px;
}
.gray {
	color: #bbb!important;
}
.messageform td {
	padding: 5px 0;
	vertical-align: middle;
}
.messageform textarea {
	height: 100px;
}
.messageform label {
	margin: 0 15px 0 4px;
}
.messageform .tip {
	color: #5F6A72;
	line-height: 20px;
}
.dec {
	top: 3px;
	display: block;
	height: 17px;
	overflow: hidden;
	position: absolute;
	left: -8px;
	width: 8px;
}
.dec s {
	font-family: simsun;
	font-size: 16px;
	height: 19px;
	left: 0;
	line-height: 21px;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 17px;
}
.dec .dec1 {
	color: #ccc;
}
.dec .dec2 {
	color: #fff;
	left: 1px;
}
input, select {
	padding: 3px 2px;
	vertical-align: middle;
}
/*分页样式*/
.page_info {
	text-align: center;
	margin-top: 10px;
	color: #333;
}
.page_info span {
	padding: 0 2px;
	font-weight: bold;
}
.page_list, .contPage {
	height: 40px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0;
	font-family: "Arial";
	font-size: 14px;
	margin: 40px auto;
}
.page_list a, .contPage a {
	display: inline-block;
	color: #898989;
	border: 1px solid #e8e8e8;
	background: #f8f8f8;
	text-align: center;
	padding: 0 15px;
	margin: 0 1px;
	transition: all ease .3s;
}
.page_list a:hover, .contPage a:hover {
	color: #fff;
	border: 1px solid #0079c5;
	background: #0079c5;
}
.page_list a.on, .contPage a.on {
	color: #fff;
	border: 1px solid #009944;
	background: #009944;
}
.c_img{margin-top:20px;display:block;overflow:hidden;}
.c_img img{max-width:100%;}